home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d19
/
zlabp_16.arc
/
GIFT40B3.ARC
/
GT.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-11-22
|
154b
|
6 lines
@echo off
echo Testing all GIFs in current directory
echo -- logging results to \GIFLOG
for %%f in (*.gif) do giftest /l:\giflog %%f
echo Finished..